emoji chooser: No emoji in the search entry
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 Sep 2017 12:45:51 +0000 (08:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 Sep 2017 12:47:17 +0000 (08:47 -0400)
Recursion is fun, but better avoided in the ui.

https://bugzilla.gnome.org/show_bug.cgi?id=786960

gtk/ui/gtkemojichooser.ui

index cbf851b825a37578e78c08745841f02c3afedc83..8533fe007e81a27086e8d7d0d40d1585132e074d 100644 (file)
@@ -10,6 +10,7 @@
         <property name="orientation">vertical</property>
         <child>
           <object class="GtkSearchEntry" id="search_entry">
+            <property name="input-hints">no-emoji</property>
             <signal name="search-changed" handler="search_changed"/>
           </object>
         </child>